Dynomotion

Group: DynoMotion Message: 1684 From: bradodarb Date: 8/15/2011
Subject: Interpreter User Callback
I am trying to test the new UserCallback. I am wiring it up exactly how I wire any of the other callbacks.

Your posted update was copied into my local buildalllibs.sln files and I rebuild all debug and release dll's


What I am getting instead of a callback dipatch is this on the status callback::

10 -COMMENT("USR,redalert")@35192.234


I must have forgot to do something correctly during the patch process.... Any thoughts?

Thank you,

Brad Murry
Group: DynoMotion Message: 1692 From: Tom Kerekes Date: 8/16/2011
Subject: Re: Interpreter User Callback
Hi Brad,
 
I think maybe you don't want the quotes in the GCode.
 
try
 
(USR,redalert)
 
instead of
 
("USR,redalert")

TK
--- On Mon, 8/15/11, bradodarb <bradodarb@...> wrote:

From: bradodarb <bradodarb@...>
Subject: [DynoMotion] Interpreter User Callback
To: DynoMotion@yahoogroups.com
Date: Monday, August 15, 2011, 9:10 AM

 
I am trying to test the new UserCallback. I am wiring it up exactly how I wire any of the other callbacks.

Your posted update was copied into my local buildalllibs.sln files and I rebuild all debug and release dll's

What I am getting instead of a callback dipatch is this on the status callback::

10 -COMMENT("USR,redalert")@35192.234

I must have forgot to do something correctly during the patch process.... Any thoughts?

Thank you,

Brad Murry

Group: DynoMotion Message: 1694 From: bradodarb Date: 8/17/2011
Subject: Re: Interpreter User Callback
Hello Tom,

There are no quotes in my g-code file. The quotes only show up in the callback.

Thank you,
Brad Murry

--- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@...> wrote:
>
> Hi Brad,
>  
> I think maybe you don't want the quotes in the GCode.
>  
> try
>  
> (USR,redalert)
>  
> instead of
>  
> ("USR,redalert")
>
> TK
> --- On Mon, 8/15/11, bradodarb <bradodarb@...> wrote:
>
>
> From: bradodarb <bradodarb@...>
> Subject: [DynoMotion] Interpreter User Callback
> To: DynoMotion@yahoogroups.com
> Date: Monday, August 15, 2011, 9:10 AM
>
>
>  
>
>
>
> I am trying to test the new UserCallback. I am wiring it up exactly how I wire any of the other callbacks.
>
> Your posted update was copied into my local buildalllibs.sln files and I rebuild all debug and release dll's
>
> What I am getting instead of a callback dipatch is this on the status callback::
>
> 10 -COMMENT("USR,redalert")@35192.234
>
> I must have forgot to do something correctly during the patch process.... Any thoughts?
>
> Thank you,
>
> Brad Murry
>
Group: DynoMotion Message: 1697 From: Tom Kerekes Date: 8/17/2011
Subject: Re: Interpreter User Callback
Hi Brad,
 
Sorry you are right.  I see now we add those quotes in.  I can't think of what it could be.  The code to detect the USR must not be in the code actually executing or that comment status wouldn't occur.  I can't think of what might be wrong.  Maybe delete the new DLL and make sure you get an error when you run your app so you know the new DLL is actually being used.  Otherwise try the C++ example to verify it works there as it did for me.
 
Thanks
TK

--- On Wed, 8/17/11, bradodarb <bradodarb@...> wrote:

From: bradodarb <bradodarb@...>
Subject: [DynoMotion] Re: Interpreter User Callback
To: DynoMotion@yahoogroups.com
Date: Wednesday, August 17, 2011, 7:58 AM

 

Hello Tom,

There are no quotes in my g-code file. The quotes only show up in the callback.

Thank you,
Brad Murry

--- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@...> wrote:
>
> Hi Brad,
>  
> I think maybe you don't want the quotes in the GCode.
>  
> try
>  
> (USR,redalert)
>  
> instead of
>  
> ("USR,redalert")
>
> TK
> --- On Mon, 8/15/11, bradodarb <bradodarb@...> wrote:
>
>
> From: bradodarb <bradodarb@...>
> Subject: [DynoMotion] Interpreter User Callback
> To: DynoMotion@yahoogroups.com
> Date: Monday, August 15, 2011, 9:10 AM
>
>
>  
>
>
>
> I am trying to test the new UserCallback. I am wiring it up exactly how I wire any of the other callbacks.
>
> Your posted update was copied into my local buildalllibs.sln files and I rebuild all debug and release dll's
>
> What I am getting instead of a callback dipatch is this on the status callback::
>
> 10 -COMMENT("USR,redalert")@35192.234
>
> I must have forgot to do something correctly during the patch process.... Any thoughts?
>
> Thank you,
>
> Brad Murry
>

Group: DynoMotion Message: 1698 From: bradodarb Date: 8/17/2011
Subject: Re: Interpreter User Callback
Hello Tom,

I'll try that. I'm sure I have just missed something-will keep you posted
-Brad Murry

--- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@...> wrote:
>
> Hi Brad,
>  
> Sorry you are right.  I see now we add those quotes in.  I can't think of what it could be.  The code to detect the USR must not be in the code actually executing or that comment status wouldn't occur.  I can't think of what might be wrong.  Maybe delete the new DLL and make sure you get an error when you run your app so you know the new DLL is actually being used.  Otherwise try the C++ example to verify it works there as it did for me.
>  
> Thanks
> TK
>
> --- On Wed, 8/17/11, bradodarb <bradodarb@...> wrote:
>
>
> From: bradodarb <bradodarb@...>
> Subject: [DynoMotion] Re: Interpreter User Callback
> To: DynoMotion@yahoogroups.com
> Date: Wednesday, August 17, 2011, 7:58 AM
>
>
>  
>
>
>
>
> Hello Tom,
>
> There are no quotes in my g-code file. The quotes only show up in the callback.
>
> Thank you,
> Brad Murry
>
> --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> >
> > Hi Brad,
> >  
> > I think maybe you don't want the quotes in the GCode.
> >  
> > try
> >  
> > (USR,redalert)
> >  
> > instead of
> >  
> > ("USR,redalert")
> >
> > TK
> > --- On Mon, 8/15/11, bradodarb <bradodarb@> wrote:
> >
> >
> > From: bradodarb <bradodarb@>
> > Subject: [DynoMotion] Interpreter User Callback
> > To: DynoMotion@yahoogroups.com
> > Date: Monday, August 15, 2011, 9:10 AM
> >
> >
> >  
> >
> >
> >
> > I am trying to test the new UserCallback. I am wiring it up exactly how I wire any of the other callbacks.
> >
> > Your posted update was copied into my local buildalllibs.sln files and I rebuild all debug and release dll's
> >
> > What I am getting instead of a callback dipatch is this on the status callback::
> >
> > 10 -COMMENT("USR,redalert")@35192.234
> >
> > I must have forgot to do something correctly during the patch process.... Any thoughts?
> >
> > Thank you,
> >
> > Brad Murry
> >
>
Group: DynoMotion Message: 1699 From: bradodarb Date: 8/17/2011
Subject: Re: Interpreter User Callback
Hello Tom,

Got it( I forgot to update canon_stand_alone.cpp ......der)

I am curious as to how/when this is fired off.

When I run this program, it seems to fire off immediately.

(USR,redalert)
G0 X0 Y0 Z0
G20
F40
G1 X0 Y1
G1 X0 Y0
G1 X1 Y0
G1 X0 Y0
M2

however when I run this:

G0 X0 Y0 Z0
G20
F40
G1 X0 Y1
G1 X0 Y0
G1 X1 Y0
G1 X0 Y0
(USR,redalert)
M2

it seems to complete the motion and "hangs" for 5-7 seconds before calling the UserCallback.



Is this just a result of me seeing the callbacks immediately, but then the actual motion happens(5-7 seconds)?

Thanks for your time,

-Brad Mury

--- In DynoMotion@yahoogroups.com, "bradodarb" <bradodarb@...> wrote:
>
> Hello Tom,
>
> I'll try that. I'm sure I have just missed something-will keep you posted
> -Brad Murry
>
> --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> >
> > Hi Brad,
> >  
> > Sorry you are right.  I see now we add those quotes in.  I can't think of what it could be.  The code to detect the USR must not be in the code actually executing or that comment status wouldn't occur.  I can't think of what might be wrong.  Maybe delete the new DLL and make sure you get an error when you run your app so you know the new DLL is actually being used.  Otherwise try the C++ example to verify it works there as it did for me.
> >  
> > Thanks
> > TK
> >
> > --- On Wed, 8/17/11, bradodarb <bradodarb@> wrote:
> >
> >
> > From: bradodarb <bradodarb@>
> > Subject: [DynoMotion] Re: Interpreter User Callback
> > To: DynoMotion@yahoogroups.com
> > Date: Wednesday, August 17, 2011, 7:58 AM
> >
> >
> >  
> >
> >
> >
> >
> > Hello Tom,
> >
> > There are no quotes in my g-code file. The quotes only show up in the callback.
> >
> > Thank you,
> > Brad Murry
> >
> > --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> > >
> > > Hi Brad,
> > >  
> > > I think maybe you don't want the quotes in the GCode.
> > >  
> > > try
> > >  
> > > (USR,redalert)
> > >  
> > > instead of
> > >  
> > > ("USR,redalert")
> > >
> > > TK
> > > --- On Mon, 8/15/11, bradodarb <bradodarb@> wrote:
> > >
> > >
> > > From: bradodarb <bradodarb@>
> > > Subject: [DynoMotion] Interpreter User Callback
> > > To: DynoMotion@yahoogroups.com
> > > Date: Monday, August 15, 2011, 9:10 AM
> > >
> > >
> > >  
> > >
> > >
> > >
> > > I am trying to test the new UserCallback. I am wiring it up exactly how I wire any of the other callbacks.
> > >
> > > Your posted update was copied into my local buildalllibs.sln files and I rebuild all debug and release dll's
> > >
> > > What I am getting instead of a callback dipatch is this on the status callback::
> > >
> > > 10 -COMMENT("USR,redalert")@35192.234
> > >
> > > I must have forgot to do something correctly during the patch process.... Any thoughts?
> > >
> > > Thank you,
> > >
> > > Brad Murry
> > >
> >
>
Group: DynoMotion Message: 1701 From: TK Date: 8/18/2011
Subject: Re: Interpreter User Callback
Yes. The Linear and Arc callbacks occur when they are finalized by the Trajectory Planner before they are downloaded to KFLOPs motion buffer. When the Interpreter detects the GCode Callback it flushes any buffered motion and waits for the motion to finish before making the Callback. After the callback returns the Interpreter will re-sync to the current position before continuing. 

TK

On Aug 17, 2011, at 9:26 PM, "bradodarb" <bradodarb@...> wrote:

 

Hello Tom,

Got it( I forgot to update canon_stand_alone.cpp ......der)

I am curious as to how/when this is fired off.

When I run this program, it seems to fire off immediately.

(USR,redalert)
G0 X0 Y0 Z0
G20
F40
G1 X0 Y1
G1 X0 Y0
G1 X1 Y0
G1 X0 Y0
M2

however when I run this:

G0 X0 Y0 Z0
G20
F40
G1 X0 Y1
G1 X0 Y0
G1 X1 Y0
G1 X0 Y0
(USR,redalert)
M2

it seems to complete the motion and "hangs" for 5-7 seconds before calling the UserCallback.

Is this just a result of me seeing the callbacks immediately, but then the actual motion happens(5-7 seconds)?

Thanks for your time,

-Brad Mury

--- In DynoMotion@yahoogroups.com, "bradodarb" <bradodarb@...> wrote:
>
> Hello Tom,
>
> I'll try that. I'm sure I have just missed something-will keep you posted
> -Brad Murry
>
> --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> >
> > Hi Brad,
> >  
> > Sorry you are right.  I see now we add those quotes in.  I can't think of what it could be.  The code to detect the USR must not be in the code actually executing or that comment status wouldn't occur.  I can't think of what might be wrong.  Maybe delete the new DLL and make sure you get an error when you run your app so you know the new DLL is actually being used.  Otherwise try the C++ example to verify it works there as it did for me.
> >  
> > Thanks
> > TK
> >
> > --- On Wed, 8/17/11, bradodarb <bradodarb@> wrote:
> >
> >
> > From: bradodarb <bradodarb@>
> > Subject: [DynoMotion] Re: Interpreter User Callback
> > To: DynoMotion@yahoogroups.com
> > Date: Wednesday, August 17, 2011, 7:58 AM
> >
> >
> >  
> >
> >
> >
> >
> > Hello Tom,
> >
> > There are no quotes in my g-code file. The quotes only show up in the callback.
> >
> > Thank you,
> > Brad Murry
> >
> > --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> > >
> > > Hi Brad,
> > >  
> > > I think maybe you don't want the quotes in the GCode.
> > >  
> > > try
> > >  
> > > (USR,redalert)
> > >  
> > > instead of
> > >  
> > > ("USR,redalert")
> > >
> > > TK
> > > --- On Mon, 8/15/11, bradodarb <bradodarb@> wrote:
> > >
> > >
> > > From: bradodarb <bradodarb@>
> > > Subject: [DynoMotion] Interpreter User Callback
> > > To: DynoMotion@yahoogroups.com
> > > Date: Monday, August 15, 2011, 9:10 AM
> > >
> > >
> > >  
> > >
> > >
> > >
> > > I am trying to test the new UserCallback. I am wiring it up exactly how I wire any of the other callbacks.
> > >
> > > Your posted update was copied into my local buildalllibs.sln files and I rebuild all debug and release dll's
> > >
> > > What I am getting instead of a callback dipatch is this on the status callback::
> > >
> > > 10 -COMMENT("USR,redalert")@35192.234
> > >
> > > I must have forgot to do something correctly during the patch process.... Any thoughts?
> > >
> > > Thank you,
> > >
> > > Brad Murry
> > >
> >
>